perm filename POINTY.SAI[PNT,HE]5 blob sn#365527 filedate 1978-07-03 generic text, type C, neo UTF8
COMMENT āŠ—   VALID 00002 PAGES
C REC  PAGE   DESCRIPTION
C00001 00001
C00002 00002	BEGIN "POINTY"
C00004 ENDMK
CāŠ—;
BEGIN "POINTY"

DEFINE #KILL=FALSE,#HELP=TRUE,#MOVE=TRUE,#OUTPT=TRUE,#INPUT=TRUE,
	#ARROW=FALSE,#WRIST=TRUE;
REQUIRE "MAINPR.SAI" SOURCE_FILE;

! the definition of the flags is required to obtain different version of
  POINTY. If none of them is defined POINTY is compiled with all flags
  true
		
	flag			meaning

	#HELP=FALSE		complete error messages,  ? instruction
	#KILL=FALSE		KILL instruction available
	#DISPL=false		display
	#OUTPT=false		file I/O
	#MOVE=false		movements allowed
	#INPUT=false		arm interface available
	#ARROW=false		arrow on display
;

! some combination of flags
	POINTY is the complete version
	BOINTY is compiled with BAIL
	DOINTY is for datamedia and does not have display and help messages;

END "POINTY"